Package com.sendbird.uikit.activities.adapter

Types

Link copied to clipboard
open class BannedUserListAdapter : UserTypeListAdapter<T>
BannedUserListAdapter provides a binding from a User set to views that are displayed within a RecyclerView.
Link copied to clipboard
abstract class BaseMessageListAdapter : BaseMessageAdapter<T, VH>
Link copied to clipboard
open class ChannelListAdapter : BaseAdapter<T, VH>
ChannelListAdapter provides a binding from a GroupChannel type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class CreateChannelUserListAdapter : UserInfoListAdapter
Link copied to clipboard
open class DialogListAdapter : RecyclerView.Adapter<VH>
Link copied to clipboard
open class EmojiListAdapter : BaseAdapter<T, VH>
Adapters provides a binding from an Emoji data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class EmojiReactionListAdapter : BaseAdapter<T, VH>
EmojiReactionListAdapter provides a binding from a Reaction set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class EmojiReactionUserListAdapter : BaseAdapter<T, VH>
EmojiReactionUserListAdapter provides a binding from a User set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class InviteUserListAdapter : UserInfoListAdapter
Link copied to clipboard
open class MemberListAdapter : UserTypeListAdapter<T>
MemberListAdapter provides a binding from a Member type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class MessageListAdapter : BaseMessageListAdapter
MessageListAdapter provides a binding from a BaseMessage type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class MessageSearchAdapter : BaseAdapter<T, VH>
MessageSearchAdapter provides a binding from a BaseMessage type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
abstract class MutableBaseAdapter<T> : BaseAdapter<T, VH>
MutableBaseAdapter provides a binding from an app-specific data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class MutedMemberListAdapter : UserTypeListAdapter<T>
MutedMemberListAdapter provides a binding from a Member type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OpenChannelBannedUserListAdapter : UserTypeListAdapter<T>
OpenChannelBannedUserListAdapter provides a binding from a User set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OpenChannelListAdapter : BaseAdapter<T, VH>
OpenChannelListAdapter provides a binding from a OpenChannel type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OpenChannelMessageListAdapter : BaseMessageAdapter<T, VH>
OpenChannelMessageListAdapter provides a binding from a BaseMessage set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OpenChannelMutedParticipantListAdapter : UserTypeListAdapter<T>
OpenChannelMutedParticipantListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OpenChannelOperatorListAdapter : UserTypeListAdapter<T>
OpenChannelOperatorListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OpenChannelRegisterOperatorListAdapter : SelectUserListAdapter<T>
OpenChannelRegisterOperatorListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class OperatorListAdapter : UserTypeListAdapter<T>
OperatorListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class ParticipantListAdapter : UserTypeListAdapter<T>
ParticipantsListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class RegisterOperatorListAdapter : SelectUserListAdapter<T>
RegisterOperatorListAdapter provides a binding from a Member type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
abstract class SelectUserListAdapter<T> : BaseAdapter<T, VH>
Link copied to clipboard
open class SuggestedMentionListAdapter : MutableBaseAdapter<T>
SuggestedMentionListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class ThreadListAdapter : BaseMessageListAdapter
ThreadListAdapter provides a binding from a thread message type data set to views that are displayed within a RecyclerView.
Link copied to clipboard
open class UserInfoListAdapter : SelectUserListAdapter<T>
Adapters provides a binding from a UserInfo type to views that are displayed within a RecyclerView.
Link copied to clipboard
abstract class UserTypeListAdapter<T : User?> : BaseAdapter<T, VH>
Adapters provides a binding from a User set to views that are displayed within a RecyclerView.